tegra: Use const for pinmux_config_pingroup/table()
authorSimon Glass <[email protected]>
Wed, 17 Oct 2012 13:24:45 +0000 (13:24 +0000)
committerTom Warren <[email protected]>
Mon, 19 Nov 2012 15:15:35 +0000 (08:15 -0700)
commit95be58c988ce5d75baf47da88caeae086f9b51d0
tree94965995c1816972fa14b8da0960a14dd912d0f3
parent899590816a498beb771bc85f96a019cc91bcab3d
tegra: Use const for pinmux_config_pingroup/table()

These two functions don't actually modify their arguments so add a const
keyword.

Signed-off-by: Simon Glass <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/cpu/tegra20-common/pinmux.c
arch/arm/include/asm/arch-tegra20/pinmux.h